Appliance Recovery Restore Job RestoreJobStatus
Appliance Recovery Restore Job RestoreJobStatus
Appliance Recovery Restore Job RestoreJobStatus schema Structure representing backup restore status
JSON Example
{
"state": "string",
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
]
}
],
"progress": 0,
"parts": [
"string"
]
}
string
state
Required
process state
For more information see: Appliance Recovery Restore Job BackupRestoreProcessState.
integer As int64
As int64
progress
Required
percentage complete
array of
string
parts
Optional
List of standalone parts requested for restore. Only parts with the Appliance Recovery Backup Parts Part.standalone flag set to true
can be included.
This property was added in vSphere API 8.0.3.0.
If missing or null
entire VCSA restore was requested.